home *** CD-ROM | disk | FTP | other *** search
- TER typedef DWORD ;pointer to anything
- PVOID typedef DWORD ;pointer to buffer
- SHORTINT typedef WORD ;short integer
- UINT typedef DWORD ;unsigned integer
- WCHAR typedef WORD ;unicode character
- WNDPROC typedef DWORD ;window procedure
- WPARAM typedef DWORD ;word parameter
- ;
- ;
- ;
- NULL equ 0 ;null
- FALSE equ 0 ;boolean false
- TRUE equ 1 ;boolean true
- ;
- ;------------------------------------------------------------------------------
- ;
- BUTTON equ 0080h ;button cl